Free PacMan Computer Graphics Project using OpenGL


Abstract

Main aim of this Mini Project is to illustrate the concepts and usage of pre-built functions in OpenGL. Creating objects and games like PacMan using OpenGL library. When the location of PacMan is in + or – 10 pixels range of round spears the spears of that location are translated out of viewport which creates an illusion as if PacMan has eaten that object. When the location of PacMan is in range of rotating blades, then the looping function is changed. We have used input devices like mouse and keyboard to interact with the program

Technologies Used

OpenGL, C++


Download PROJECT with source code



ScreenShots

Free PacMan Computer Graphics Project using OpenGL Report